home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / addmnu34.zip / SOURCE.ZIP / ADDMENU.DEF < prev    next >
Text File  |  1992-04-28  |  254b  |  14 lines

  1. NAME         Menu
  2. DESCRIPTION     'Change the system menu.'
  3. EXETYPE        WINDOWS
  4. CODE        PRELOAD MOVEABLE DISCARDABLE
  5. DATA         PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE    8196
  7. STACKSIZE    8196
  8. EXPORTS        WndProc
  9.         AboutDlg
  10.         MainDlg
  11.         EnumWindowsFunc
  12.         EnumChildrenFunc
  13.  
  14.